steam_get_app_id

语法:

steam_get_app_id();


返回: Real(实数)


描述

This function is used retrieve the unique app ID that Steam assigns for your game, which is required for using some of the User Generated Content functions.


例如:

global.app_id = steam_get_app_id();

The above code gets the unique app ID for your game on Steam and stores it in a global variable.